home *** CD-ROM | disk | FTP | other *** search
/ Growing Good Roses / Growing Good Roses.iso / pc / misc / demo.dxr / 00346_MENU_B.PIC.ls < prev    next >
Encoding:
Text File  |  1997-04-18  |  171 b   |  8 lines

  1. on mouseDown
  2.   set vClickon to the clickOn
  3.   set the castNum of sprite vClickon to the castNum of sprite vClickon + 1
  4.   updateStage()
  5.   setPuppets(0)
  6.   go("mainMenu")
  7. end
  8.